home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet multimedia / Animacje, filmy i prezentacje / Modelowanie 3D / Wings 3D 0.98.35 / wings-0.98.35.exe / lib / wpc_intersect_vertex_en.lang < prev    next >
Text File  |  2006-07-19  |  1KB  |  37 lines

  1. %% -*- mode:erlang; erlang-indent-level: 2 -*-
  2. {wpc_intersect_vertex,
  3.  [
  4.   {adv_submenu,
  5.    [
  6.     {1,"Stay on line, move to intersection with plane"},
  7.     {2,"Stay on plane, move to line"},
  8.     {3,"Pick line and plane"}
  9.    ]},
  10.   {intersect,
  11.    [
  12.     {1,"Line and plane are nearly parallel:\ncan't find intersection."}
  13.    ]},
  14.   {menu_item,
  15.    [
  16.     {1,"Intersect"},
  17.     {2,"Stay on line"},
  18.     {3,"Move vertex along LINE of chosen direction to intersection with chosen PLANE"},
  19.     {4,"Stay on plane"},
  20.     {5,"Move vertex along PLANE with chosen normal to intersection with chosen LINE"},
  21.     {6,"Pick all"},
  22.     {7,"Move vertex to intersection of LINE of chosen direction and location with PLANE with chosen normal and location"},
  23.     {8,"Intersect"}
  24.    ]},
  25.   {submenu_items,
  26.    [
  27.     {1,"Pick direction of line - line will pass through selected vertex(es)"},
  28.     {2,"Pick plane to intersect"},
  29.     {3,"Pick plane normal - plane will pass through selected vertex(es)"},
  30.     {4,"Pick line to intersect"},
  31.     {5,"Pick direction of line"},
  32.     {6,"Pick point for line to pass through"},
  33.     {7,"Pick plane normal"},
  34.     {8,"Pick point for plane to pass through"}
  35.    ]}
  36.  ]}.
  37.